home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Demos / Bowers Development / AppMaker 2.0b5 / Examples / Windows MFC / MFC generated / Demo1Dlg.h < prev    next >
Text File  |  1996-01-01  |  651b  |  38 lines

  1. // Demo1Dlg.h -- application class
  2. // Created 01/01/95 12:01 PM by AppMaker
  3.  
  4.  
  5. #ifndef __AFXWIN_H__
  6. #error Need STDAFX.H to be included first for precompiled headers
  7. #endif
  8.  
  9. #include "resource.h"        // main symbols
  10.  
  11. //
  12. // class CDemo1DlgApp
  13. //
  14.  
  15. class CDemo1DlgApp : public CWinApp
  16. {
  17. public:
  18.     CDemo1DlgApp();
  19.  
  20. // Overrides
  21.     virtual BOOL InitInstance();
  22.  
  23.     // Message maps
  24. protected:
  25.     DECLARE_MESSAGE_MAP()
  26.  
  27.     //{{AFX_MSG(CDemo1DlgApp)
  28.     // Handlers within the section marked by {{AFX_MSG and }}AFX_MSG
  29.     // are maintained by ClassExpress.    
  30.     afx_msg void OnAbout();
  31.     //}}AFX_MSG
  32. };
  33.  
  34. // VB-Event extern declarations
  35.  
  36. //{{AFX_VBX_REGISTER()
  37. //}}AFX_VBX_REGISTER
  38.